Skip to content

Fix: Prevent null dereference in projectile collision check#336

Merged
x64-dev merged 1 commit intomainfrom
seer/fix/projectile-collision-null-check
Feb 15, 2026
Merged

Fix: Prevent null dereference in projectile collision check#336
x64-dev merged 1 commit intomainfrom
seer/fix/projectile-collision-null-check

Conversation

@seer-by-sentry
Copy link

Fixes CLIENT-3J9. The issue was that: Projectile's m_detonationWeaponTmpl is null, causing an access violation when shouldProjectileCollideWith is called without a null check.

  • Added a null check for m_detonationWeaponTmpl before calling shouldProjectileCollideWith to prevent potential crashes.

This fix was generated by Seer in Sentry, triggered automatically. 👁️ Run ID: 10065304

Not quite right? Click here to continue debugging with Seer.

@x64-dev x64-dev merged commit f4a62b8 into main Feb 15, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant